Str1 = "hello"
Str2 = "world"

Con = Str1 + Str2
Print(Con)